& label:last-child { padding-left: 2px; }
& label:first-child { padding-right: 2px; }
& label:only-child { padding-right: 0; padding-left: 0; }
- GtkImage { padding-top: 1px; }
+ image { padding-top: 1px; }
}
border-color: transparent;
border-width: 2px;
}
- & > GtkImage { // this is a hack which makes tabs grow
+ & > image { // this is a hack which makes tabs grow
padding: 2px;
}
}
@extend .button.flat;
border-radius: 100%;
outline-radius: 100%;
- &:not(:hover):not(:active) > GtkImage,
- &:backdrop > GtkImage { opacity: $_placesidebar_icons_opacity };
+ &:not(:hover):not(:active) > image,
+ &:backdrop > image { opacity: $_placesidebar_icons_opacity };
}
// this is for indicating which sidebar row generated a popover
// see https://bugzilla.gnome.org/show_bug.cgi?id=754411
.path-bar .button label:only-child {
padding-right: 0;
padding-left: 0; }
- .path-bar .button GtkImage {
+ .path-bar .button image {
padding-top: 1px; }
/**************
color: rgba(0, 0, 0, 0.3);
border-color: transparent;
border-width: 2px; }
- .notebook tab .button > GtkImage {
+ .notebook tab .button > image {
padding: 2px; }
/**************
outline-radius: 100%; }
.sidebar-button.button.image-button {
padding: 5px; }
- .sidebar-button.button:not(:hover):not(:active) > GtkImage, .sidebar-button.button:backdrop > GtkImage {
+ .sidebar-button.button:not(:hover):not(:active) > image, .sidebar-button.button:backdrop > image {
opacity: 0.9; }
GtkPlacesSidebar.sidebar .view {
color: #000;